Linux webm002.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
/
home
/
a
/
r
/
i
/
ariannadhf
/
www
/
wp-content
/
plugins
/
themeisle-companion
/
dashboard
/
src
/
/home/a/r/i/ariannadhf/www/wp-content/plugins/themeisle-companion/dashboard/src/dashboard.js
import App from './components/App'; import { render } from "@wordpress/element"; import maybeAddPolyFills from "./wp-element-polyfill"; const dashboard = document.getElementById("obfx-dash"); if (dashboard) { maybeAddPolyFills(); render(<App />, dashboard); }